.banner{
	width: 100%;
	height: 300px;
	background: url(/static/images/pc/banner.png) no-repeat;
	background-size: 100%   100%;
	background-position: center;
}
.banner  span.name{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
    font-size: 44px;
    font-weight: bold;
    padding: 55px 0 0px 0;
    box-sizing: border-box;
}
.banner  em{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 18px;
  	color: #979797;
}
.banner  ul.icon{
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.banner  ul.icon  li{
	float: left;
}
.banner  ul.icon  li a{
	display: block;
	font-size: 16px;
    margin-right: 22px;
    color: #333;
    opacity: .8;
    box-sizing: border-box;
    padding-left: 24px;
    background: url(/static/images/pc/selbg.png) no-repeat;
    background-size: 16px  16px;
    background-position: 0  center;
    letter-spacing: 1px;
}
.banner  ul.icon  li:hover a{
	color: #D10003;
	background: url(/static/images/pc/selbghover.png) no-repeat;
    background-size: 16px  16px;
    background-position: 0  center;
}
.banner  em.label{
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 30px;
}
.banner  .kefu{
	float: left;
	margin-top: 30px;
	width: 100%;
	text-align: center;
}
.banner  .kefu  a{
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #D10003;
	text-align: center;
	font-size: 14px;
	color: #fff;
	opacity: 1;
	border-radius: 10px;
}
.banner  .kefu  a:hover{
	opacity: 0.8;
}
.indexserbox{
	/*float: left;*/
	width: 100%;
	background: #fff;
}
.indexserbox ul{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.indexserbox ul  li{
	margin-bottom: 25px;
  	width: 285px;
  	border: 1px solid #aeaeae;
 	margin-left: 15px;
  	border-radius: 5px;
  	float: left;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
}
.indexserbox ul  li.wide{
	width: 585px;
	text-align: center;
} 
.indexserbox ul  li.wide  div{
  	line-height: 90px;
}
.indexserbox ul  li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 19px;
  line-height: 42px;
  text-decoration: none;
  background: #D10003;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.indexserbox ul  li div{
  color: #212121;
  line-height: 2em;
  margin: 18px;
  height: 90px;
  overflow: hidden;
}
.indexlc{
	width: 100%;
	margin-top: 20px;
	box-sizing: border-box;
	padding-bottom: 30px;
}
.titlename {
    display: block;
    float: left;
    width: 100%;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 20px 0;
}
.titlename:before {
    content: "";
    display: inline-block;
    width: 41px;
    height: 11px;
    margin: 0 20px 4px 0;
    vertical-align: middle;
    background: url(/static/images/pc/title.png) no-repeat;
}
.titlename:after {
    content: "";
    display: inline-block;
    width: 41px;
    height: 11px;
    margin: 0 0 4px 20px;
    vertical-align: middle;
    background: url(/static/images/pc/title.png) no-repeat;
}
.indexlc  ul{
	float: left;
	width: 100%;
	display: flex;
	justify-content: center;
}
.indexlc  ul  li{
	height: 130px;
  	width: 120px;
  	float: left;
  	flex: 1;
  	font-size: 18px;
  	position: relative;
  	text-align: center;
  	box-sizing: border-box;
  	padding-top: 100px;
}
.indexlc  ul  li:first-child{
	background: url(/static/images/pc/lc1.png) no-repeat;
	background-size: 92px  92px;
	background-position: center 0;
}
.indexlc  ul  li:nth-child(2){
	background: url(/static/images/pc/lc2.png) no-repeat;
	background-size: 92px  92px;
	background-position: center 0;
}
.indexlc  ul  li:nth-child(3){
	background: url(/static/images/pc/lc3.png) no-repeat;
	background-size: 92px  92px;
	background-position: center 0;
}
.indexlc  ul  li:nth-child(4){
	background: url(/static/images/pc/lc4.png) no-repeat;
	background-size: 92px  92px;
	background-position: center 0;
}
.indexlc  ul  li:last-child{
	background: url(/static/images/pc/lc5.png) no-repeat;
	background-size: 92px  92px;
	background-position: center 0;
}
.indexlc  i{ 
  	display: inline-block;
  	width: 112px;
  	border-top: 1px dashed #b1b4c1;
  	position: absolute;
    top: 52px;
    right: -55px;

}
.indexlc i::before, .indexlc i::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  border: 1px solid #a4a8bd;
  background-color: #fff;
  position: absolute;
  top:-5px;
}
.indexlc i::before {
	left: -11px;
}
.indexlc i::after {
	right: -11px;
}
.combox{
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 40px;
}
.indexqk{
	width: 100%;
	box-sizing: border-box;
	padding-top: 20px;
}
.combox .about {
  width: 100%;
  float: left; 
  line-height: 2;
  color: #666;
  font-size: 16px;
}
.combox  div.content{
	padding:20px 40px; 
	margin-top: 20px;
  	border-radius: 9px;
  	text-align: left;
  	float: left;
  	width: 100%;
  	box-shadow: 0 0 12px 1px rgba(85, 122, 175, 0.24);
}
.combox  div.content h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
.combox  div.content p {
  line-height: 2;
  font-size: 16px;
  color: #777;
}
.purpose{
	position: absolute;
	width: 100%;
	background: #fff;
	border-radius: 4px;
    box-shadow: 3px 0 7px rgba(80, 130, 154, 0.09);
    height: 140px;
    top: 394px;
}
.purpose  ul{
	float: left;
	width: 100%;
	height: 100%;
}
.purpose  ul  li{
	float: left;
	width: 25%;
	height:140px; 
	box-sizing: border-box;
	padding-left: 100px;
	padding-top: 34px;
	padding-right: 10px;
	font-size: 16px;
    color: #333;
}
.purpose  ul  li:first-child{
	background: url(/static/images/pc/4-1.png) no-repeat;
	background-size: 70px  70px;
	background-position: 14px  center;
}
.purpose  ul  li:nth-child(2){
	background: url(/static/images/pc/4-2.png) no-repeat;
	background-size: 70px  70px;
	background-position: 14px  center;
}
.purpose  ul  li:nth-child(3){
	background: url(/static/images/pc/4-3.png) no-repeat;
	background-size: 70px  70px;
	background-position: 14px  center;
}
.purpose  ul  li:nth-child(4){
	background: url(/static/images/pc/4-4.png) no-repeat;
	background-size: 70px  70px;
	background-position: 14px  center;
}
.purpose  ul  li  p{
	margin-top: 2px;
	font-size: 12px;
    color: #979797;
}
.qklist{
	width: 100%;
	margin-top: 100px;
}
.qkbox{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.name{
    margin-bottom: 16px;
	float: left;
    width: 100%;
}
.name  span{
    font-size: 20px;
    color: #333;
    display: block;
    float: left;
}
.name  a{
	float: right;
	display: block;
    margin-right: 6px;
    font-size: 15px;
    font-weight: 400;
    color: #686868;
    letter-spacing: 0;
    position: relative;
    box-sizing: border-box;
    padding-right: 25px;
    background: url(/static/images/pc/plus.png) no-repeat;
    background-size: 20px  20px;
    background-position: right center;
} 
.subject{
	float: left;
	width: 100%;
}
.subject  .sub{
	float: left;
    display: block;
    font-size: 13px;
    color: #333;
    line-height: 16px;
    font-weight: bold;
}
.subject   ul{
	float: left;
	margin-left: 30px;
	width: 1056px;
}
.cnbox  ul{
	margin-left: 16px;
}
.subject  ul  li{
	float: left;
	margin-right: 30px;
    transition: 0.3s;
    line-height: 14px;
    margin-bottom: 16px;
}
.subject  ul  li  a{
	display: block;
	float: left;
	font-size: 13px;
    color: #2A2A2A;
}
.subject  ul  li:hover  a{
	color: #D10003;
}
.booklist{
	float: left;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding-top: 20px;
}
.booklist li{
	float: left;
	width: 16.66%;
	margin-bottom: 20px;
	text-align: center;
}
.booklist li a{
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 16px;
}
.booklist li a  img{
	width: 160px; 
    height: 220px; 

}
.booklist li a span{
	display: block;
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.booklist li   em{
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	font-size: 12px;
	color: #777;
}
.qktj{
	float: left;
	width: 100%;
	height: 156px;
	background: url(/static/images/pc/kecheng3.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: center;
	margin-top: 30px;
}
.qktj_des{
	float: left;
	box-sizing: border-box;
	margin-left: 200px;
	padding-left: 160px;
}
.qktj_des  span{
	display: block;
	font-weight: bold;
	text-align: center;
    margin: 30px auto 15px auto;
    font-size: 36px;
    color: #fff;
    letter-spacing: 2px;
}
.qktj_des  em{
	font-size: 14px;
	color: #fff;
}
.qktj  a{
	display: block;
	float: right;
	width: 165px;
	height: 40px;
	background:-webkit-linear-gradient(left,#ff7c12 0%,#ff7c12 100%);
	border-radius: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 58px;
    margin-right: 40px;
}
.otherlist{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.otherlist  ul{
	float: left;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 20px 0;
	padding-left: 20px;
}
.otherlist  ul  li{
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	padding-right: 30px;
	margin-top: 20px;
}
.otherlist  ul  li:first-child ,.otherlist  ul  li:nth-child(2),.otherlist  ul  li:nth-child(3){
	margin-top: 0;
}
.otherlist  ul  li a{
	float: left;
	font-size: 14px;
	color: #333;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.otherlist  ul  li:hover a{
	color: #D10003;
}
.fdlink{
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}
.fdlink  h5{
	margin: 0 auto 10px auto;
    font-size: 14px;
    float: left;
    width: 100%;
}
.fdlink    ul{
	float: left;
	background: #fff;
	padding: 10px 0 10px  20px;
	width: 100%;
	box-sizing: border-box;
}
.fdlink    ul  li{
    width: 130px;
    height: 30px;
    line-height: 30px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.fdlink    ul  li {
    font-size: 12px;
    color: #333;
}
.cbtable{
	float: left;
	border: 2px solid #cfd0d4;
 	margin-top: 20px;
  	width: 100%;
  	border-radius: 6px;
  	background: #fff;
}
.cbtable  ul{
	float: left;
	width: 100%;
}
.cbtable  ul  li{
	float: left;
	margin-right: 25px;
}
.cbtable  ul  li a{
	display: block;
}
.indexques{
	width: 100%;
	background: #fff;
	margin-top: 30px;
	padding-top: 20px;
}
.normalque{
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.normalque  li{
    float: left;
    width: 32%;
    padding: 20px 22px;
    box-sizing: border-box;    
    display: block; 
    background-color: #f9f9f9;
    margin-bottom: 17px;
} 
.normalque  li span {
    font-size: 15px;
    color: #333;
    padding-left: 25px;
    position: relative;
    display: block;
    float: left;
    font-weight: 400;
    width: 100%;
}
.normalque  li  p {
    font-size: 13px;
    font-weight: normal;
    color: #777;
    line-height: 24px;
    margin-top: 10px;
    padding-left: 25px;
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.normalque  li span:before,.normalque  li p:before {
    position: absolute;
    left: 0;
    top: 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.normalque  li  span:before {
    content: "Q";
    color: #00a6dc;
}
.normalque  li p:before {
    content: "A";
    color: #00ae5f;
}
.normalbox{
    padding-bottom: 23px;
}
.indexqkbox{
	margin-top: 10px;
}